home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / clt156.zip / CGEN.C < prev    next >
C/C++ Source or Header  |  1993-01-03  |  694b  |  33 lines

  1. /*        (c) R&D Associates 1991.
  2.         All Rights Reserved.
  3.  
  4.     cgen.c
  5.  
  6. This file should be converted to a Clint definition library by:
  7.  
  8.     clint cgen.c -I/other/include -L cgen -x -w0
  9.  
  10. WARNING: This list of files is for information only. You should edit it to
  11. the list of header files supplied with your compiler.
  12. */
  13.  
  14. #include <assert.h>
  15. #include <ctype.h>
  16. #include <errno.h>
  17. #include <fcntl.h>
  18. #include <limits.h>
  19. #include <math.h>
  20. #include <mem.h>
  21. #include <process.h>
  22. #include <setjmp.h>
  23. #include <signal.h>
  24. #include <stdarg.h>
  25. #include <stdio.h>
  26. #include <stdlib.h>
  27. #include <string.h>
  28. #include <time.h>
  29. #include <sys/stat.h>
  30. #include <sys/timeb.h>
  31.  
  32. /* End of file. */
  33.